MindFusion.UI for WebForms Programmer's Guide

StateCollection(T).CopyTo Method

See Also
 





Copies the elements of the StateCollection collection to an array, starting at a particular array index.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public new virtual void CopyTo (
    T[] array,
    int index
)

Visual Basic  Copy Code

Public Shadows Overridable Sub CopyTo( _
    array() As T, _
    index As Integer _
)

 Parameters

array

Type: T<>
The array to copy to.

index

Type: Int32
The starting index

 See Also